-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards/same54-xpro: configure pins for UART HW flow control & ethernet LED #20183
Conversation
There is a software controlled LED on the RJ45 connector. Export it via SAUL.
#ifdef MODULE_PERIPH_UART_HW_FC | ||
.rts_pin = GPIO_UNDEF, | ||
.cts_pin = GPIO_UNDEF, | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove those one ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not needed, we check .tx_pad == UART_PAD_TX_0_RTS_2_CTS_3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK.
Contribution description
On EXT1 the pins for RTS and CTS are accessible, so configure them.
Testing procedure
Issues/PRs references